home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / amiga / uae-0.7.0b2 / src / od-pos / exectasks.h next >
C/C++ Source or Header  |  1998-01-20  |  250b  |  16 lines

  1.  /*
  2.   * UAE - The Un*x Amiga Emulator
  3.   *
  4.   * exec.library multitasking emulation
  5.   *
  6.   * Copyright 1996 Bernd Schmidt
  7.   */
  8.  
  9. struct switch_struct {
  10. };
  11.  
  12. #define EXEC_SWITCH_TASKS(run, ready) do { } while(0)
  13.  
  14. #define EXEC_SETUP_SWS(t) do { } while(0)
  15.  
  16.